Metadata-Version: 1.1
Name: ModernGL
Version: 2.0.5
Summary: Wrapper over OpenGL
Home-page: https://github.com/cprogrammer1994/ModernGL
Author: Szabolcs Dombi
Author-email: cprogrammer1994@gmail.com
License: MIT
Description: OpenGL is a great environment for developing portable, platform independent,
        interactive 2D and 3D graphics applications. The API implementation in Python
        is cumbersome, resulting in applications with high latency. To solve this
        problem we have developed ModernGL, a wrapper over OpenGL that simplifies the
        creation of simple graphics applications like scientific simulations, small
        games or user interfaces. Usually, acquiring in-depth knowledge of OpenGL
        requires a steep learning curve. In contrast, ModernGL is easy to learn and
        use, moreover it is capable of rendering with the same performance and
        quality, with less code written.
Keywords: ModernGL,modern OpenGL,OpenGL,2D,3D,graphics,cad
Platform: win32
Platform: win64
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: Free For Educational Use
Classifier: License :: Free For Home Use
Classifier: License :: Freeware
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 3.1 or Earlier
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 95/98/2000
Classifier: Operating System :: Microsoft :: Windows :: Windows CE
Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000
Classifier: Operating System :: Microsoft :: Windows :: Windows Server 2003
Classifier: Operating System :: Microsoft :: Windows :: Windows Server 2008
Classifier: Operating System :: Microsoft :: Windows :: Windows Vista
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Education
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Utilities
